From: Richard M. Stallman Date: Tue, 28 Jun 1994 04:14:41 +0000 (+0000) Subject: (Info-index): Fix typo: t => \t. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90991 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b4d8de7df4cb6d2d1f5f36801b8687336edcb4ee;p=emacs.git (Info-index): Fix typo: t => \t. --- diff --git a/lisp/info.el b/lisp/info.el index faf478ea836..3bfc692e18c 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1157,7 +1157,7 @@ Give a blank topic name to go to the Index node itself." (interactive "sIndex topic: ") (let ((orignode Info-current-node) (rnode nil) - (pattern (format "\n\\* \\([^\n:]*%s[^\n:]*\\):[ \t]*\\([^.\n]*\\)\\.[ t]*\\([0-9]*\\)" + (pattern (format "\n\\* \\([^\n:]*%s[^\n:]*\\):[ \t]*\\([^.\n]*\\)\\.[ \t]*\\([0-9]*\\)" (regexp-quote topic))) node) (Info-goto-node "Top")